hazard pointers

Implementing Hazard Pointers in Rust

[KAIST CS492C, 2020 Fall] Safe Memory Reclamation (Hazard Pointers)

Kernel Recipes 2024 - Hazard pointers with reference counter

Hazard pointers in Linux kernel - FENG Boqun, UPADHYAY Neeraj, MCKENNEY Paul

Implementing Hazard Pointers in Rust (part 2)

CppCon 2018: “The Landscape and Exciting New Future of Safe Reclamation for High Performance”

Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon

Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 - Maged Michael - CppCon 2021

Brief Announcement: Hazard Pointer Protection of Structures with Immutable Links

Erez Petrank — Memory management for concurrent data structures (Part 1)

A lock-free concurrent toolkit for hazard pointers - Michael Wong - Meeting C++ 2016

Implementing Hazard Pointers in Rust (part 3)

C++ Siberia 2019: Максим Хижинский, Hazard Pointer внутри и снаружи

Implementing Hazard Pointers in Rust (part 4/4)

CppCon 2016: “A lock-free concurrency toolkit for deferred reclamation and optimistic speculation'

Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

BA: Crystalline: Fast and Memory Efficient Wait-Free Reclamation

Understanding the Dangling Pointers

Will Your Code Survive the Attack of the Zombie Pointers? - Wong, McKenney, Michael - CppCon 2019

Laser at the moon

[PLDI24] A Family of Fast and Memory Efficient Lock- and Wait-Free Reclamation

[OOPSLA23] Modular Verification of Safe Memory Reclamation in Concurrent Separation Logic

Introduction to Epoch-Based Memory Reclamation - Jeffrey Mendelsohn - ACCU 2023

A Marriage of Pointer and Epoch Based Reclamation